.toolbar-green .toolbar {
    background: #006747;
}

.toolbar {
    border-radius: 7px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 36px;
    margin-top: 20px;
    min-height: 36px;
    padding: 0 10px 0 185px;
    position: relative;
    user-select: none;
}

.toolbar>ul {
    left: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.toolbar>ul>li {
    float: left;
    color: #fff;
}
li {
    display: list-item;
    unicode-bidi: isolate;
}
.toolbar-green .toolbar a {
    color: #fff;
    text-decoration: none;
}
.toolbar-green .toolbar>ul>li .menu {
    background: #003424;
}
.toolbar>ul>li .menu.browse {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 0px;
    right: 20px;
    padding: 0 6px;
}
.toolbar>ul>li .menu {
    display: none;
    position: absolute;
    width: 60%;
    z-index: 2;
}
.toolbar>ul>li .menu.browse a {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 24px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.toolbar > ul > li:hover .menu {
  display: block;
  opacity: 0.9;
}
.toolbar-green .toolbar>ul>li .menu.browse span.inactive {
    color: #b7b7b7;
}
.toolbar>ul>li .menu.browse span.inactive {
    color: #b7b7b7;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 24px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
#clear_filter {
    margin-left: 10px;
}
script {
    display: none;
}
.toolbar>ul>li {
    float: left;
}
.toolbar .search {
    float: right;
    max-width: 280px;
    position: relative;
    width: 100%;
}
.toolbar-green .toolbar .search label {
    color: #006747;
}
.toolbar .search label {
    font-weight: normal;
    margin-bottom: 0;
}
.toolbar-green .toolbar input[type=search] {
    background: #e6fff7;
    border: 1px solid #004e35;
}
.toolbar input[type=search] {
    border-radius: 7px;
    height: 26px;
    line-height: 1;
    margin: 0;
    padding: 3px 3px 3px 22px;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    vertical-align: middle;
    top: -1px;
    width: 100%;
}
#specialty_list {
    list-style-type: none;
    margin: 0 16px 0;
    padding: 0;
}
.toolbar-green #specialty_list h2 {
    color: #909090;
}
#specialty_list h2 {
    font-size: 20px;
    font-weight: 800;
    list-style-type: none;
    margin: 22px 0 0 0;
}
#specialty_list li {
    font-size: 16px;
}
#specialty_list a {
    color: #2292ac;
    text-decoration: none;
}
#specialty_list h2 hr {
    margin: 2px 0 10px;
}
